feat: add value_bitmask_filter to the read API#16898
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces the ValueBitmask message type to the Bigtable V2 API, enabling bitmask-based cell value filtering. The new ValueBitmask class is defined in data.py and integrated into the RowFilter message as a value_bitmask_filter field within the filter oneof. Corresponding exports and imports have been updated across the package to support this new functionality. I have no feedback to provide.
daniel-sanche
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was created outside of librarian due to b/501132869. b/501132869 should be resolved soon. In the meantime, we need to publish
value_bitmask_filterto avoid blocking other teams.Steps used to create this PR
a6cbf809c4c165e618ee23a059442af90a80a0f5which matches what we have in .librarian/state.yamlgoogle-cloud-python/.librarian/state.yaml
Line 1169 in 8fa0f81
Clone this repo. Checkout commit
6cb5af5227e09e99ee12bb3542374f683b75d4b4which is the last commit where generation was run:https://github.com/googleapis/google-cloud-python/commits/main/packages/google-cloud-bigtable
Run
legacylibrarian generate --api-source=<path/to/clone/of/googleapis> --library=google-cloud-bigtableto regenerate the library using the local version of googleapisRevert changes to
.librarian/state.yamlCloses #16884